home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / mebbs / notewr20.lha / notewrite / NoteWriter.DOC < prev    next >
Text File  |  1994-08-02  |  2KB  |  59 lines

  1. Notewriter V2.0 To MebbsNet
  2. ---------------------------
  3.  
  4. Description:
  5. This door is made so a user can write a note to other users on your board,
  6. and the note will be there until another user write a new note.
  7. The user can write logon and logoff note, the user got 20 lines, to write on.
  8.  
  9.  
  10.  
  11. Setup:
  12. The first thing you have to do, is to copiere the directory NoteWrite (as
  13. came with this package) into your doors directory. And then you have to
  14. assign it in your user-startup:
  15.  
  16. assign notewrite: doors:notewrite/
  17.  
  18. Now include the following lines to your logon_X.prx:
  19.  
  20. /*----------------------Logon_X.prx----------------------*/
  21. if ~exists('notewrite:logon.txt') then do
  22. end                            
  23. else do                        
  24. 'readgra'"notewrite:logon"  
  25. end                            
  26. /*--------------------------CUT---------------------------*/
  27.  
  28.  
  29.  
  30. Now include the following lines to your logoff_X.prx:
  31.  
  32. /*----------------------Logoff_X.prx----------------------*/
  33. if ~exists('notewrite:logoff.txt') then do
  34. end                            
  35. else do                        
  36. 'readgra'"notewrite:logoff"  
  37. end                            
  38. /*--------------------------CUT---------------------------*/
  39.  
  40. Where 'X' is the line number....
  41.  
  42. When this is done, the only this you have to do, is to get it into a menu,
  43. include this in the menu you want it to be.
  44.  
  45. ;----------------MENU------------------------
  46.  
  47. Option 'L':                                                     
  48.         Function RUNDOOR NoteWrite:NoteWriter
  49. end
  50.  
  51. ;----------------CUT-------------------------
  52.  
  53. That was all for this time, if you still got any problems with notewriter
  54. then contact me on,
  55.  
  56. The Creep BBS +(45) 46 15 50 79
  57. Paw Koelle #7004 FIDO 2:236/446.0
  58.  
  59. Have Fun.